Hi all,
I'm struggling with broken calls to
. The minimum reproducible example is rather silly:
The Stata version is StataNow/MP 18.5 for Mac (Apple Silicon) Revision 26 Feb 2025.
I can upload
but that seems to be discouraged by forum norms / it's StataCorp's IP, so I'll refrain until asked to do so.
Thanks!
I'm struggling with broken calls to
Code:
histogram
Code:
. clear . sysuse auto (1978 automobile data) . twoway histogram price invalid syntax r(198); . histogram price (bin=8, start=3291, width=1576.875) invalid syntax r(198); . which histogram /Applications/Stata/ado/base/h/histogram.ado *! version 1.3.6 03apr2025 . macro list S_level: 95 F1: help advice; F2: describe; F7: save F8: use S_ADO: BASE;SITE;.;PERSONAL;PLUS;OLDPLACE S_StataMP: MP S_StataSE: SE S_OS: MacOSX S_OSDTL: 15.5.0 S_MACH: Mac (Apple Silicon) . update all (contacting https://www.stata.com) Update status Last check for updates: 28 Jul 2025 New update available: none (as of 28 Jul 2025) Current update level: 26 Feb 2025 (what's new)
I can upload
Code:
histogram.ado
Thanks!
Comment